home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993…ch: Other People's Memory / ADC Developer CD (1993-03) (''Other People's Memory'')_iso / Dev.CD Mar 93.iso / Tools & Apps / Graphics & Imaging / Printer Drivers / PSWriter 8.0b / Printer Descriptions / LaserWriter II NT < prev    next >
Encoding:
PostScript Printer Description  |  1992-10-22  |  10.5 KB  |  322 lines  |  [TEXT/GEOL]

  1. *PPD-Adobe: "4.0"
  2. *% Adobe Systems PostScript(R) Printer Description File
  3. *% Copyright 1987-1992 Adobe Systems Incorporated. 
  4. *% All Rights Reserved. 
  5. *% Permission is granted for redistribution of this file as
  6. *% long as this copyright notice is intact and the contents
  7. *% of the file is not altered in any way from its original form.
  8. *% End of Copyright statement
  9. *FormatVersion: "4.0"
  10. *FileVersion: "3.1"
  11. *PCFileName: "LWNT_470.PPD"
  12. *LanguageVersion: English
  13. *Product: "(LaserWriter II NT)"
  14. *PSVersion: "(47.0) 1"
  15. *ModelName: "Apple LaserWriter II NT"
  16. *NickName: "Apple LaserWriter II NT v47.0"
  17.  
  18. *% General Information and Defaults ===============
  19. *ColorDevice: False
  20. *DefaultColorSpace: Gray
  21. *FreeVM: "434204"
  22. *LanguageLevel: "1"
  23. *VariablePaperSize: False
  24. *FileSystem: False
  25. *Throughput: "8"
  26. *Password: "0"
  27. *ExitServer: "
  28.   count 0 eq {  % is the password on the stack?
  29.     true
  30.   }{
  31.     dup    % potential password
  32.     statusdict /checkpassword get exec not
  33.   } ifelse
  34.   {  %  if no password or not valid
  35.     (WARNING : Cannot perform the exitserver command.) =
  36.     (Password supplied is not valid.) =
  37.     (Please contact the author of this software.) = flush
  38.     quit
  39.   } if
  40.   serverdict /exitserver get exec
  41. "
  42. *End
  43.  
  44. *Reset: "
  45.   count 0 eq {  % is the password on the stack?
  46.     true
  47.   }{
  48.     dup    % potential password
  49.     statusdict /checkpassword get exec not
  50.   } ifelse
  51.   {  %  if no password or not valid
  52.     (WARNING : Cannot reset printer.) =
  53.     (Password supplied is not valid.) =
  54.     (Please contact the author of this software.) = flush
  55.     quit
  56.   } if
  57.   serverdict /exitserver get exec
  58.   systemdict /quit get exec
  59.   (WARNING : Printer Reset Failed.) = flush
  60. "
  61. *End
  62.  
  63. *DefaultResolution: 300dpi
  64. *?Resolution: "
  65. save
  66.   initgraphics
  67.   0 0 moveto currentpoint matrix defaultmatrix transform
  68.   0 72 lineto currentpoint matrix defaultmatrix transform
  69.   3 -1 roll sub dup mul
  70.   3 1 roll exch sub dup mul
  71.   add sqrt round cvi
  72.   (          ) cvs print (dpi) = flush
  73. restore
  74. "
  75. *End
  76.  
  77. *% Halftone Information ===============
  78. *ScreenFreq: "60.0"
  79. *ScreenAngle: "45.0"
  80. *DefaultScreenProc: Dot
  81. *ScreenProc Dot: "
  82. {dup mul exch dup mul add 1.0 exch sub }
  83. "
  84. *End
  85. *ScreenProc Line: "{ pop }"
  86. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  87.  
  88. *DefaultTransfer: Null
  89. *Transfer Null: "{ }"
  90. *Transfer Null.Inverse: "{ 1 exch sub }"
  91.  
  92. *% Paper Handling ===================
  93. *% Use these entries to set paper size most of the time, unless there is
  94. *% specific reason to use PageRegion.
  95. *OpenUI *PageSize: PickOne
  96. *OrderDependency: 30 AnySetup *PageSize
  97. *DefaultPageSize: Letter
  98. *PageSize Letter: "statusdict /lettertray get exec"
  99. *PageSize Legal: "statusdict /legaltray get exec"
  100. *PageSize A4: "statusdict /a4tray get exec"
  101. *PageSize B5: "statusdict /b5tray get exec"
  102. *PageSize LetterSmall: "statusdict /lettertray get exec lettersmall"
  103. *PageSize A4Small: "statusdict /a4tray get exec a4small"
  104. *?PageSize: "
  105. save
  106.   [(Letter)(Legal) ] statusdict /pagetype get exec
  107.   {get} stopped { pop pop (Unknown) } if = flush
  108. restore
  109. "
  110. *End
  111. *CloseUI: *PageSize
  112.  
  113. *% These entries will set up the frame buffer. Usually used with manual feed.
  114. *OpenUI *PageRegion: PickOne
  115. *OrderDependency: 40 AnySetup *PageRegion
  116. *DefaultPageRegion: Letter
  117. *PageRegion Letter: "letter"
  118. *PageRegion Legal: "legal"
  119. *PageRegion A4: "a4"
  120. *PageRegion B5: "b5"
  121. *PageRegion LetterSmall: "lettersmall"
  122. *PageRegion A4Small: "a4small"
  123. *CloseUI: *PageRegion
  124.  
  125. *% The following entries provide information about specific paper keywords.
  126. *DefaultImageableArea: Letter
  127. *ImageableArea Letter: "15 8 597 784 "
  128. *ImageableArea Legal: "15 8 597 1000 "
  129. *ImageableArea A4: "13 10 577 832 "
  130. *ImageableArea B5: "21 10 500 715 "
  131. *ImageableArea LetterSmall: "31 31 583 761 "
  132. *ImageableArea A4Small: "27 31 567 811 "
  133. *?ImageableArea: "
  134. save
  135.   /cvp {(                ) cvs print ( ) print } bind def
  136.   /upperright {10000 mul floor 10000 div} bind def
  137.   /lowerleft {10000 mul ceiling 10000 div} bind def
  138.   newpath clippath pathbbox
  139.   4 -2 roll exch 2 {lowerleft cvp} repeat
  140.   exch 2 {upperright cvp} repeat flush
  141.  restore
  142. "
  143. *End
  144.  
  145. *% These provide the physical dimensions of the paper (by keyword)
  146. *DefaultPaperDimension: Letter
  147. *PaperDimension Letter: "612 792"
  148. *PaperDimension Legal: "612 1008"
  149. *PaperDimension A4: "595 842"
  150. *PaperDimension B5: "516 729"
  151. *PaperDimension LetterSmall: "612 792"
  152. *PaperDimension A4Small: "595 842"
  153.  
  154. *RequiresPageRegion All: True
  155. *OpenUI *InputSlot: PickOne
  156. *OrderDependency: 20 AnySetup *InputSlot
  157. *DefaultInputSlot: Cassette
  158. *InputSlot Cassette: ""
  159. *CloseUI: *InputSlot
  160.  
  161. *OpenUI *ManualFeed: Boolean
  162. *OrderDependency: 20 AnySetup *ManualFeed
  163. *DefaultManualFeed: False
  164. *ManualFeed True: "statusdict /manualfeed true put"
  165. *ManualFeed False: "statusdict /manualfeed false put"
  166. *?ManualFeed: "
  167. save
  168.  statusdict /manualfeed get {(True)}{(False)}ifelse = flush
  169. restore
  170. "
  171. *End
  172. *CloseUI: *ManualFeed
  173.  
  174. *DefaultOutputOrder: Normal
  175.  
  176. *% Font Information =====================
  177. *DefaultFont: Courier
  178. *Font AvantGarde-BookOblique: Standard "(001.001)" Standard ROM
  179. *Font AvantGarde-Demi: Standard "(001.001)" Standard ROM
  180. *Font AvantGarde-DemiOblique: Standard "(001.001)" Standard ROM
  181. *Font Bookman-Demi: Standard "(001.001)" Standard ROM
  182. *Font Bookman-DemiItalic: Standard "(001.001)" Standard ROM
  183. *Font Bookman-Light: Standard "(001.001)" Standard ROM
  184. *Font Bookman-LightItalic: Standard "(001.001)" Standard ROM
  185. *Font Courier: Standard "(001.004)" Standard ROM
  186. *Font Courier-Bold: Standard "(001.004)" Standard ROM
  187. *Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
  188. *Font Courier-Oblique: Standard "(001.004)" Standard ROM
  189. *Font Helvetica: Standard "(001.001)" Standard ROM
  190. *Font Helvetica-Bold: Standard "(001.001)" Standard ROM
  191. *Font Helvetica-BoldOblique: Standard "(001.001)" Standard ROM
  192. *Font Helvetica-Narrow: Standard "(001.000)" Standard ROM
  193. *Font Helvetica-Narrow-Bold: Standard "(001.000)" Standard ROM
  194. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)" Standard ROM
  195. *Font Helvetica-Narrow-Oblique: Standard "(001.000)" Standard ROM
  196. *Font Helvetica-Oblique: Standard "(001.001)" Standard ROM
  197. *Font NewCenturySchlbk-Bold: Standard "(001.002)" Standard ROM
  198. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)" Standard ROM
  199. *Font NewCenturySchlbk-Italic: Standard "(001.001)" Standard ROM
  200. *Font NewCenturySchlbk-Roman: Standard "(001.002)" Standard ROM
  201. *Font Palatino-Bold: Standard "(001.000)" Standard ROM
  202. *Font Palatino-BoldItalic: Standard "(001.000)" Standard ROM
  203. *Font Palatino-Italic: Standard "(001.000)" Standard ROM
  204. *Font Palatino-Roman: Standard "(001.000)" Standard ROM
  205. *Font Symbol: Special "(001.001)" Special ROM
  206. *Font Times-Bold: Standard "(001.001)" Standard ROM
  207. *Font Times-BoldItalic: Standard "(001.001)" Standard ROM
  208. *Font Times-Italic: Standard "(001.001)" Standard ROM
  209. *Font Times-Roman: Standard "(001.001)" Standard ROM
  210. *Font ZapfChancery-MediumItalic: Standard "(001.002)" Standard ROM
  211. *Font ZapfDingbats: Special "(001.000)" Special ROM
  212. *?FontQuery: "
  213. save
  214.  /str 100 string dup 0 (fonts/) putinterval def
  215.  {
  216.    count 1 gt
  217.    {
  218.      exch dup str 6 94 getinterval cvs
  219.      (/) print print (:) print
  220.      FontDirectory exch known
  221.      {(Yes)}{(No)} ifelse =
  222.    }
  223.    {exit} ifelse
  224.  }bind loop
  225.  (*) = flush
  226. restore
  227. "
  228. *End
  229.  
  230. *?FontList: "
  231. save
  232.   FontDirectory { pop == } bind forall flush
  233.   /filenameforall where
  234.   {
  235.     pop (fonts/*)
  236.     { dup length 6 sub 6 exch getinterval cvn == } bind
  237.     128 string filenameforall flush
  238.   } if
  239.   (*) = flush
  240. restore
  241. "
  242. *End
  243.  
  244. *% Printer Messages (verbatim from printer):
  245. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  246. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  247. *Message: "\FontName\ not found, using Courier"
  248.  
  249. *% Status (format: %%[ status: <one of these> ]%% )
  250. *Status: "idle"
  251. *Status: "busy"
  252. *Status: "waiting"
  253. *Status: "printing"
  254. *Status: "warming up"
  255. *Status: "PrinterError: timeout, clearing printer"
  256. *Status: "PrinterError: warming up"
  257. *Status: "PrinterError: service call"
  258. *Status: "PrinterError: paper entry misfeed"
  259. *Status: "PrinterError: no toner cartridge"
  260. *Status: "PrinterError: paper entry misfeed"
  261.  
  262. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  263. *Source: "serial9"
  264. *Source: "serial25"
  265. *Source: "AppleTalk"
  266.  
  267. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  268. *PrinterError: "timeout, clearing printer"
  269. *PrinterError: "warming up"
  270. *PrinterError: "service call"
  271. *PrinterError: "paper entry misfeed"
  272. *PrinterError: "no toner cartridge"
  273. *PrinterError: "paper entry misfeed"
  274.  
  275. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  276.  
  277. *% Color Separation Information =====================
  278.  
  279. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  280.  
  281. *InkName: ProcessBlack/Process Black
  282. *InkName: CustomColor/Custom Color
  283. *InkName: ProcessCyan/Process Cyan
  284. *InkName: ProcessMagenta/Process Magenta
  285. *InkName: ProcessYellow/Process Yellow
  286.  
  287. *% For 60 lpi / 300 dpi =====================================================
  288.  
  289. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  290. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  291. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  292. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  293. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  294.  
  295. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  296. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  297. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  298. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  299. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  300.  
  301. *% For 53 lpi / 300 dpi =====================================================
  302.  
  303. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  304. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  305. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  306. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  307. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  308.  
  309. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  310. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  311. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  312. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  313. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  314.  
  315. *% For "LaserWriter II NT" version 47.0
  316. *% Produced by "GETapd.ps" version 2.0 edit 48
  317. *% Converted to meet 4.0 specification
  318. *% Last Edit Date: May 13 1992
  319. *% The byte count of this file should be exactly 010792 or 011113
  320. *% depending on the filesystem it resides in.
  321. *% end of PPD file for LaserWriter II NT
  322.